home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- set vListPosition to the text of member "Checking Linear GetOne Input Field 2"
- set vListPosition to stripSpaces(vListPosition)
- set vListPosition to checkValue(vListPosition)
- if vListPosition <> EMPTY then
- if ilk(gDefaultLinearList, #linearList) then
- set vGottenValue to string(getPos(gDefaultLinearList, vListPosition))
- set the text of member "Checking Linear GetOne Display Field 3" to vGottenValue
- end if
- end if
- end
-